/*******************************************************************************
 *
 * Wii Application Wizard for Visual Studio 2008 (Version 1.1a)
 * by luccax (http://luccax.drunkencoders.com/)
 * Based on PaLib Application Wizard (by Rodrigo Sieiro)
 *
 ******************************************************************************/

/* -- Info -- */

In this folder you'll find a file named 'base_rules'. It's used when you compile a Wii project and the compiler looks for it in the devkitPPC folder. This file was modified by adding a "Style Fix" in the build commands. This fix tells the compiler how Build Output should look like, this way Visual Studio can show you where an error is when you build your project and double click this error in the Output window.

/* -- Install -- */

1. Copy the 'base_rules' file to the devkitPPC folder, e.g. C:\devkitPro\devkitPPC

/* -- Notes -- */

- Tested with devkitPPC 16a, it should work with any version since this file doesn't look like it'll ever be updated.
- The output style will change only in projects containing the STYLEFIX definition in the Makefile, e.g. WiiWizard projects (since version 1.1).
- If you don't want to change the Output Style in a project, comment out (add a '#' before the line) the STYLEFIX line in the Makefile.

/* -- Contact -- */

http://luccax.drunkencoders.com/